[VSCode] 在 Remote-SSH 時使用 power mode 效果


Posted by Oturngo on 2021-02-28


最近在 VSCode 上裝了 Remote-SSH
取代了我原本使用 SFTP 的方式

但開發過程中一直覺得怪怪的,好像少了什麼東西
阿~ 原來是 power mode 的效果不見了
看起來在 Remote-SSH 時許多 extension 都不能用

後來發現,若想在 Remote-SSH 時有 power mode 的效果的話,可以試試下面這個方法:

  1. 先下載 power mode 的 vsix 檔案。
  2. 點擊步驟1的 Power mode 連結開啟下載頁面,並在右邊的 Resources 裡點擊 Download Extension,這時會下載 Power mode 的 vsix 檔案。
  3. 在你的 Remote-SSH 視窗按下 F1 或是 Ctrl + Shift + P 來輸入 command。
  4. 輸入 vsix後會剩下 Extensions: Install from VSIX...,這時候放心把它點下去。
  5. 接下來會要你選擇要安裝的 vsix 檔案,你可以按下 Show Local
  6. 這時候會跳出小視窗讓你選擇檔案,所以就選擇剛剛下載的 Power mode 的 vsix 檔案,並按下 Install
  7. 安裝完成後,應該會在右下角跳出這個通知,再來只要把 VSCode 重開就可以了。

重開後 Power mode 就可以用了~

雖說 Power mode 不會影響到我的工作效率
但可以讓我在 Coding 時多了一丁點樂趣XD


#vscode #power mode #vsix







Related Posts

Inference, Prediction, and Forecast

Inference, Prediction, and Forecast

Win10 20H2更新 不相容Virtual Box

Win10 20H2更新 不相容Virtual Box

CSS Text Shadow Mouse Move Effect

CSS Text Shadow Mouse Move Effect


Comments